home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1378 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: phoenix.rhein.de!yaps!arno
  2. From: arno@yaps.rhein.de (Arno Eigenwillig)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: How do I define my integers?
  5. Message-ID: <KFyYx*3if@yaps.rhein.de>
  6. Date: Thu, 18 Jan 1996 15:38:22 +0100
  7. References: <4d73ug$25v@vixen.cso.uiuc.edu> <4df5qs$sg6@shell1.eznet.net> <wulfraedDLB7po.4u3@netcom.com>
  8. Organization: Yet Another Private Site in Meckenheim, Germany
  9. X-Copyright: This article may not be distributed on a CD-ROM
  10.  or in printed form without prior written consent of the author.
  11. X-Newsreader: Arn V 1.04
  12.  
  13. In article <wulfraedDLB7po.4u3@netcom.com>, Dennis Lee Bieber writes:
  14.  
  15. >         I believe /some/ C compilers allowed for 64 bit integers by using
  16. > double long big_int;
  17.  
  18. Are you sure you don't confuse this with
  19.  
  20. long long big_number;
  21.  
  22. ?
  23.  
  24. PS: "long long" is not ANSI-conformant. ANSI requires that long be the
  25. largest type (which is vital to know in situations like printf()ing a
  26. size_t when all you know is that size_t is some integral unsigned
  27. type). Unfortunately, most people perceived it more disturbing to get
  28. used to a new interpretation of old "long" than breaking existing code.
  29.  
  30. -- __
  31. __/// Arno Eigenwillig /\ <arno@yaps.rhein.de> \/ PGP key available.
  32. \XX/   V+49-2225-5870  /\ <Arnooo @ #amigager> \/ MIME 8bit welcome.
  33.